<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'iconfont';  /* Project id 4321725 */
  src: url('//at.alicdn.com/t/c/font_4321725_lymmjvd0c2.woff2?t=1704182871178') format('woff2'),
  url('//at.alicdn.com/t/c/font_4321725_lymmjvd0c2.woff?t=1704182871178') format('woff'),
  url('//at.alicdn.com/t/c/font_4321725_lymmjvd0c2.ttf?t=1704182871178') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
header {
  width: 100%;
  position: relative;
  top: 0;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  padding: 0 0 0 1vw;
  background: white;
}
header .logo {
  width: 15vw;
  position: relative;
  padding: 1vw 0;
}
header nav ul {
  display: flex;
}
header nav ul li {
  margin: 0 1.4vw;
  padding: 1.5vw 0;
  border-bottom: 3px solid transparent;
}
header nav ul li a {
  color: #393939;
  font-size: 18px;
}
header nav ul li ul {
  background: white;
  position: absolute;
  display: inline-block;
  margin-top: 2.5vw;
  text-align: center;
  padding: 0.5vw 1vw;
  border-radius: 5px;
  margin-left: -4.5vw;
  transition: 0.5s all;
  opacity: 0;
  pointer-events: none;
}
header nav ul li ul li {
  margin: 0;
  padding: 0.5vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header nav ul li ul li a {
  font-size: 16px;
  color: #000000;
}
header nav ul li ul li:last-child {
  border-bottom: transparent;
}
header nav ul li .ul2 {
  margin-left: -5.2vw;
}
header nav ul li .ul3 {
  margin-left: -5.5vw;
}
header nav ul li:hover ul {
  height: auto;
  opacity: 1;
  pointer-events: all;
}
header .right {
  display: flex;
  padding: 1vw 0;
}
header .right .serach {
  width: 12vw;
  height: 2vw;
  background-color: #e9e9e9;
  color: #393939;
  border-radius: 3vw;
  font-size: 16px;
  margin-right: 1vw;
}
header .right .serach input {
  width: 85%;
  height: 2vw;
  padding: 0 1vw;
  outline: none;
  border: transparent;
  background: transparent;
}
header .right .serach input::-webkit-input-placeholder {
  color: #393939;
}
header .right .serach i {
  font-size: 1.2vw;
  position: relative;
  top: 0.1vw;
  cursor: pointer;
}
header .code {
  width: 8vw;
  background: #d2ab66;
  color: white;
  text-align: center;
  font-size: 0.9vw;
  padding-top: 0.8vw;
}
header .code p:nth-child(2) {
  font-size: 1.1vw;
}
footer {
  width: 100%;
  background: #f6f6f6;
}
footer .footerInfo {
  width: 100%;
  padding: 1vw 14vw;
  background: #d2ab66;
  display: flex;
  justify-content: space-between;
}
footer .footerInfo .logo {
  width: 17vw;
}
footer .footerInfo .friendBox {
  display: flex;
  color: white;
  font-size: 0.9vw;
  line-height: 2.8;
}
footer .footerInfo .friendBox .friend{
  width: 21vw;
  background: rgba(255, 255, 255, 0.2);
}
footer .footerInfo .friendBox .friend select {
  width: 20vw;
  background: transparent;
  border: transparent;
  color: white;
  font-size: 0.9vw;
  padding: 0.7vw;
}
footer .footerInfo .friendBox .friend select option {
  color: #000000;
}
footer .footer {
  width: 100%;
  display: flex;
  padding: 4vw 14vw 2vw 14vw;
}
footer .footer .textBox {
  width: 17vw;
  margin-right: 1vw;
}
footer .footer .textBox .t {
  color: #d2ab66;
  font-size: 1.5vw;
}
footer .footer .textBox .item {
  display: flex;
  color: #6c6c6c;
  line-height: 2vw;
  font-size: 14px;
  margin-top: 1vw;
  font-weight: bold;
}
footer .footer .textBox .item img {
  width: 2vw;
  height: 2vw;
  margin-right: 0.5vw;
}
footer .footer .textBox .qrcode {
  width: 6vw;
  text-align: center;
  margin-top: 1vw;
  font-size: 0.85vw;
  color: #9e9e9e;
}
footer .footer .textBox .qrcode img {
  margin: 0 auto 0.5vw auto;
}
footer .footer .footerNav .level1 {
  display: inline-grid;
  margin-right: 2.7vw;
}
footer .footer .footerNav .level1 a {
  font-size: 0.9vw;
  margin-bottom: 1vw;
  color: #6c6c6c;
  font-weight: bold;
}
footer .footer .footerNav .level1 ul li {
  margin-bottom: 1vw;
  text-align: left;
}
footer .footer .footerNav .level1 ul li a {
  font-size: 0.8vw;
  color: #9e9e9e;
  font-weight: normal;
}
footer .footer .footerNav .level1 ul li:hover a {
  border-bottom: 1px solid #ffffff;
}
footer .footer .footerNav .level1:last-child {
  margin-right: 0;
}
footer .fi {
  width: 72%;
  display: flex;
  justify-content: space-between;
  padding: 1vw 0;
  font-size: 0.85vw;
  margin: 0 auto;
  color: #9e9e9e;
  border-top: 1px solid #e0e0e0;
}
footer .fi a {
  color: #9e9e9e;
}
.index .bannerBox {
  width: 100%;
  height: 38vw;
  overflow: hidden;
}
.index .bannerBox .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.index .bannerBox .swiper-slide .img {
  width: 100%;
  height: 38vw;
  background-size: cover !important;
  transition: transform 4s linear;
  transition-delay: 1s;
  transform: scale(1.2);
}
.index .bannerBox .swiper-slide .text {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.index .bannerBox .swiper-slide-active .img {
  transition-delay: 0s;
  transform: scale(1);
}
.index .bannerBox .swiper-button-next {
  color: white;
  right: 3vw;
}
.index .bannerBox .swiper-button-prev {
  color: white;
  left: 3vw;
}
.index .bannerBox .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
.index .bannerBox .swiper-pagination-bullet-active {
  width: 2vw;
  border-radius: 5px;
}
.index .notification {
  width: 75%;
  height: 60px;
  margin: 2vw auto 0 auto;
  overflow: hidden;
  display: flex;
  padding: 20px 2vw;
  justify-content: space-between;
  background: #f0f0f0;
}
.index .notification .tit {
  color: #d2ab66;
  font-size: 16px;
}
.index .notification .notificationSwiper {
  width: 90%;
  overflow: hidden;
}
.index .notification .notificationSwiper .tripBox {
  display: flex;
  justify-content: space-between;
  color: #565656;
  font-size: 16px;
}
.index .notification .notificationSwiper .tripBox .name {
  margin-left: 1vw;
  margin-right: 1vw;
}
.index .notification .notificationSwiper .tripBox .time {
  opacity: 0.7;
}
.index .f1 {
  width: 72%;
  padding: 3vw 0;
  margin: 0 auto;
}
.index .f1 .f1Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.index .f1 .f1Box .left {
  width: 36vw;
}
.index .f1 .f1Box .left .f1Swiper {
  width: 100%;
  overflow: hidden;
}
.index .f1 .f1Box .left .f1Swiper .swiper-slide {
  overflow: hidden;
}
.index .f1 .f1Box .left .f1Swiper .swiper-slide .text {
  width: 100%;
  height: 20vw;
  position: absolute;
  padding: 17vw 2vw 0 2vw;
  color: white;
  z-index: 1;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0.3) 100%);
}
.index .f1 .f1Box .left .f1Swiper .swiper-slide .text .name {
  width: 80%;
  line-height: 1.7;
  text-align: justify;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: bold;
  overflow: hidden;
}
.index .f1 .f1Box .left .f1Swiper .swiper-slide .img {
  width: 100%;
  height: 20vw;
  background-size: cover !important;
  transition: 0.5s all;
}
.index .f1 .f1Box .left .f1Swiper .swiper-slide:hover .img {
  transform: scale(1.1);
}
.index .f1 .f1Box .left .f1Swiper .swiper-button-next,
.index .f1 .f1Box .left .f1Swiper .swiper-rtl .swiper-button-prev {
  right: 1vw;
}
.index .f1 .f1Box .left .f1Swiper .swiper-button-prev,
.index .f1 .f1Box .left .f1Swiper .swiper-rtl .swiper-button-next {
  left: 1vw;
}
.index .f1 .f1Box .left .f1Swiper .swiper-button-next:after,
.index .f1 .f1Box .left .f1Swiper .swiper-rtl .swiper-button-prev:after {
  color: white;
  font-size: 24px;
}
.index .f1 .f1Box .left .f1Swiper .swiper-button-prev:after,
.index .f1 .f1Box .left .f1Swiper .swiper-rtl .swiper-button-next:after {
  color: white;
  font-size: 24px;
}
.index .f1 .f1Box .left .f1Swiper .swiper-pagination {
  text-align: right;
  bottom: 1vw;
  width: 95%;
}
.index .f1 .f1Box .left .f1Swiper .swiper-pagination .swiper-pagination-bullet {
  background: white;
}
.index .f1 .f1Box .right {
  width: 35vw;
  margin-left: 2vw;
}
.index .f1 .f1Box .right .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
  padding: 1vw 0;
}
.index .f1 .f1Box .right .item .time {
  color: #a7a7a7;
  text-align: center;
  padding-right: 1vw;
}
.index .f1 .f1Box .right .item .time p:nth-child(1) {
  font-weight: bold;
  font-size: 1.5vw;
}
.index .f1 .f1Box .right .item .time p:nth-child(2) {
  font-size: 0.9vw;
}
.index .f1 .f1Box .right .item .text {
  width: 78%;
  border-left: 1px solid #d6d6d6;
  padding-left: 1.5vw;
}
.index .f1 .f1Box .right .item .text .iconNew {
  position: absolute;
  color: #e60012;
  font-size: 1.5vw;
  margin-left: -1.5vw;
  margin-top: -0.2vw;
}
.index .f1 .f1Box .right .item .text .name {
  color: #333333;
  font-size: 1vw;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .f1 .f1Box .right .item .text .des {
  color: #8e8e8e;
  font-size: 0.9vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.7;
  margin-top: 5px;
}
.index .f1 .f1Box .right .item .more {
  color: #c0c0c0;
  font-size: 1.5vw;
  padding-left: 1vw;
}
.index .f1 .f1Box .right .item:hover .text .name {
  color: #d2ab66;
}
.index .f1 .f1Box .right .item:first-child {
  padding: 0 0 1vw 0;
}
.index .f2 {
  width: 72%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.index .f2 .itemBox {
  width: 34vw;
}
.index .f2 .itemBox .item {
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}
.index .f2 .itemBox .item .name {
  width: 80%;
  color: #333333;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .f2 .itemBox .item .name.iconNew {
  padding-left: 2.5vw;
}
.index .f2 .itemBox .item .name.iconNew i {
  color: #e60012;
  font-size: 2vw;
  position: absolute;
  margin-left: -2.5vw;
  margin-top: -0.3vw;
}
.index .f2 .itemBox .item .time {
  color: #a7a7a7;
  font-size: 0.9vw;
}
.index .f2 .itemBox .item:hover .name {
  color: #d2ab66;
}
.index .f2 .itemBox .item:first-child {
  margin-top: 2vw;
}
.index .f3 {
  width: 72%;
  padding: 3vw 0;
  margin: 0 auto;
  display: flex;
}
.index .f3 .item {
  width: 17vw;
  height: 28vw;
  margin-right: 1vw;
  overflow: hidden;
}
.index .f3 .item .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all;
}
.index .f3 .item .text {
  width: 17vw;
  position: absolute;
  text-align: center;
  color: white;
  font-size: 1.2vw;
  font-weight: bold;
  padding-top: 10vw;
  z-index: 1;
}
.index .f3 .item .text .icon {
  width: 4vw;
  margin: 0 auto 0.5vw auto;
}
.index .f3 .item:last-child {
  margin-right: 0;
}
.index .f3 .item:hover .img {
  transform: scale(1.1);
}
.index .f4 {
  width: 72%;
  padding: 3vw 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.index .f4 .itemBox {
  width: 34vw;
}
.index .f4 .itemBox .item {
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}
.index .f4 .itemBox .item .name {
  width: 80%;
  color: #333333;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .f4 .itemBox .item .name.iconNew {
  padding-left: 1.5vw;
}
.index .f4 .itemBox .item .name.iconNew i {
  color: #d2ab66;
  font-size: 2vw;
  position: absolute;
  margin-left: -2vw;
  margin-top: -0.3vw;
}
.index .f4 .itemBox .item .time {
  color: #a7a7a7;
  font-size: 0.9vw;
}
.index .f4 .itemBox .item:first-child {
  margin-top: 2vw;
}
.index .f4 .itemBox .item:hover .name {
  color: #d2ab66;
}
.index .f4 .itemBox .stockBox {
  width: 100%;
  background: #FBF6E9;
  margin-top: 1vw;
  padding: 1vw 3vw;
}
.index .f4 .itemBox .stockBox .tit {
  color: #d2ab66;
  font-size: 1.2vw;
}
.index .f4 .itemBox .stockBox .stock {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}
.index .f4 .itemBox .stockBox .stock .left .t {
  color: #3f3f3f;
  font-size: 0.9vw;
}
.index .f4 .itemBox .stockBox .stock .left .n {
  color: #d2ab66;
  font-size: 3vw;
  font-weight: bold;
}
.index .f4 .itemBox .stockBox .stock .left .b {
  color: #d2ab66;
  font-size: 0.9vw;
}
.index .f4 .itemBox .stockBox .stock .left .b i {
  color: #da0000;
  font-size: 1.2vw;
}
.index .f4 .itemBox .stockBox .stock .right {
  width: 100%;
  display: inline-block;
  border-left: 1px solid #d2ab66;
  margin-left: 3vw;
  padding-left: 3vw;
}
.index .f4 .itemBox .stockBox .stock .right .items {
  color: #636363;
  display: inline-block;
  float: left;
  margin-right: 3vw;
  margin-bottom: 1vw;
}
.index .f4 .itemBox .stockBox .stock .right .items .t {
  font-size: 0.9vw;
}
.index .f4 .itemBox .stockBox .stock .right .items .d {
  font-weight: bold;
  font-size: 1vw;
  margin-top: 0.5vw;
}
.index .f4 .itemBox .stockBox .stock .right .items:nth-child(2n) {
  margin-right: 0;
}
.index .f4 ol {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}
.index .f4 ol li {
  width: auto;
  height: 45px;
  margin-right: 2vw !important;
  font-size: 24px;
  font-weight: bold;
  margin: 0px 2px;
  text-align: left;
  color: #c4c4c4;
  cursor: pointer;
}
.index .f4 ol li:hover,
.index .f4 ol li.active {
  color: #000000;
  border-bottom: 2px solid #e1b348;
}
.index .f4 ul {
  width: 100%;
}
.index .f4 ul li {
  width: 100%;
  display: none;
}
.index .f4 ul li.active {
  display: flex;
  justify-content: center;
}
.titBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px;
}
.titBox .tit {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}
.titBox .tit::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background: #d2ab66;
  margin-top: 45px;
}
.titBox.tit2 .tit::before{
  content: '';
  position: absolute;
  width: 150px;
  height: 3px;
  background: #d2ab66;
  margin-top: 45px;
}
.titBox .more {
  color: #7f7f7f;
  font-size: 16px;
  display: block;
  position: relative;
  top: 5px;
}
.titBox .more:hover {
  color: #d2ab66;
}
.banner {
  width: 100%;
  height: 20vw;
  background-size: cover !important;
}
.tabBox {
  width: 100%;
  padding: 1vw 14vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  background: white;
}
.tabBox .meua {
  color: #414141;
  font-size: 0.9vw;
}
.tabBox .meua i {
  color: #d2ab66;
}
.tabBox .tab .item {
  color: #505050;
  font-size: 1vw;
  margin-right: 2vw;
}
.tabBox .tab .item:last-child {
  margin-right: 0;
}
.tabBox .tab .active::before {
  width: 4vw;
  height: 5px;
  content: '';
  position: absolute;
  background: #d2ab66;
  margin-top: 2.1vw;
}
.tabBox .tab .item:hover::before {
  width: 4vw;
  height: 5px;
  content: '';
  position: absolute;
  background: #d2ab66;
  margin-top: 2.1vw;
}
.bgImg {
  width: 100%;
  position: absolute;
  margin-top: -30vw;
  z-index: -1;
}
.about .tabBox .tab .active:nth-child(3)::before {
  width: 5vw;
}
.about .item:nth-child(3):hover::before {
  width: 5vw;
}
.about .f1 {
  width: 72%;
  padding: 3vw 0;
  margin: 0 auto;
  display: flex;
}
.about .f1 .left {
  width: 18vw;
}
.about .f1 .left .t {
  color: #444343;
  font-size: 1.5vw;
}
.about .f1 .left .e {
  color: #d2ab66;
  opacity: 0.7;
  font-size: 0.85vw;
  letter-spacing: -1px;
}
.about .f1 .left .code {
  color: #a1a1a1;
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.about .f1 .left .d {
  color: #777777;
  font-size: 0.9vw;
}
.about .f1 .left .n {
  color: #e70505;
  font-weight: bold;
  font-size: 2.5vw;
  margin-top: 0.5vw;
}
.about .f1 .left .r {
  color: #282828;
  font-size: 1.2vw;
  font-weight: bold;
}
.about .f1 .left .time {
  color: #929292;
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.about .f1 .right {
  width: 43vw;
  margin-left: 15vw;
}
.about .f1 .right .t {
  font-size: 1.2vw;
  color: #444343;
}
.about .f1 .right .itemBox {
  display: flex;
  margin: 1vw 0;
}
.about .f1 .right .itemBox .item {
  margin-right: 3vw;
}
.about .f1 .right .itemBox .item .n {
  color: #d2ab66;
  font-size: 2vw;
}
.about .f1 .right .itemBox .item .n span {
  font-size: 0.85vw;
  position: relative;
  top: -0.9vw;
  margin-left: -0.5vw;
}
.about .f1 .right .itemBox .item .n .icon {
  width: 2vw;
  position: absolute;
  margin-top: -1.6vw;
}
.about .f1 .right .itemBox .item .d {
  color: #6d6d6d;
  font-size: 0.9vw;
}
.about .f1 .right .itemBox .item:nth-child(1) .n .icon {
  margin-left: 3.8vw;
}
.about .f1 .right .itemBox .item:nth-child(2) .n .icon {
  margin-left: 2vw;
}
.about .f1 .right .itemBox .item:nth-child(3) .n .icon {
  margin-left: 2.6vw;
}
.about .f1 .right .itemBox .item:nth-child(4) .n .icon {
  margin-left: 1.5vw;
}
.about .f1 .right .des {
  color: #7a7a7a;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
}
.about .f2 {
  width: 72%;
  padding: 0 0 3vw 0;
  margin: 0 auto;
}
.about .f2 .f2Video {
  width: 100%;
  height: 38vw;
  border-radius: 1vw;
}
.about .f2 .f2Video video {
  width: 100%;
  height: 38vw;
  object-fit: cover;
  border-radius: 1vw;
}
.about .f2 .f2Video .videoText {
  width: 100%;
  position: absolute;
  text-align: center;
  color: white;
  margin-top: 10vw;
  z-index: 1;
}
.about .f2 .f2Video .videoText span {
  font-size: 2.5vw;
  margin: 0 1.5vw;
  letter-spacing: 1vw;
}
.about .f2 .f2Video .videoText .icon {
  font-size: 4vw;
  margin: 2vw 0;
  cursor: pointer;
}
.about .f3 {
  width: 72%;
  padding: 5vw 0 3vw 0;
  margin: 0 auto;
  display: flex;
}
.about .f3 .item {
  width: 24vw;
  height: 28vw;
  margin-right: 1vw;
  overflow: hidden;
  border-radius: 1vw;
}
.about .f3 .item .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all;
}
.about .f3 .item .textBox {
  width: 11vw;
  height: 11vw;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  color: #414141;
  margin: 1vw;
  border-radius: 1vw;
  font-weight: bold;
  font-size: 1.2vw;
}
.about .f3 .item .textBox .icon {
  width: 2vw;
  margin: 1vw;
}
.about .f3 .item .textBox .text {
  margin: 3.5vw 1vw 0 1vw;
}
.about .f3 .item .textBox .text .cn {
  margin-bottom: 0.3vw;
}
.about .f3 .item .textBox .text .en {
  opacity: 0.3;
  font-size: 0.7vw;
}
.about .f3 .item:last-child {
  margin-right: 0;
}
.about .f3 .item:hover .img {
  transform: scale(1.1);
}
.about .f4 {
  width: 72%;
  padding: 5vw 0 3vw 0;
  margin: 0 auto;
}
.about .f4 .f4Box {
  width: 100%;
  /*display: flex;*/
  background: #efefef;
}
.about .f4 .f4Box .left {
  width: 100%;
  padding: 4vw 3vw;
}
.about .f4 .f4Box .left .en {
  color: #d2ab66;
  opacity: 0.1;
  font-size: 2vw;
}
.about .f4 .f4Box .left .name {
  color: #3d3d3d;
  font-size: 1.5vw;
  margin: 0.5vw 0;
}
.about .f4 .f4Box .left .t {
  font-size: 0.9vw;
  color: #3d3d3d;
  opacity: 0.7;
}
.about .f4 .f4Box .left .des {
  color: #494949;
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 3vw;
}
.about .f4 .f4Box .right {
  width: 35vw;
}
.about .f4 .f4Item {
  width: 100%;
  display: inline-block;
  margin-top: 1vw;
}
.about .f4 .f4Item p {
  width: 100%;
  /*display: inline-block;*/
  /*float: left;*/
  /*margin-right: 3.5vw;*/
  margin-top: 1vw;
  font-size: 0.9vw;
  line-height: 2;
  text-align: justify;
  text-indent: 2vw;
}
.about .f4 .f4Item p:nth-child(2n) {
  margin-right: 0;
}
.about .f5 {
  width: 72%;
  padding: 5vw 0 3vw 0;
  margin: 0 auto;
}
.about .f5 .des {
  color: #7a7a7a;
  font-size: 1vw;
  line-height: 1.7;
}
.about .f5 .f5Img {
  width: 25vw;
  position: absolute;
  right: 14vw;
  margin-top: -8.5vw;
  z-index: -1;
}
.about .f5 .f5Box {
  width: 70%;
  display: inline-block;
  margin-top: 2vw;
}
.about .f5 .f5Box .item {
  width: 20vw;
  display: inline-block;
  float: left;
  margin-right: 4vw;
  margin-bottom: 2vw;
  text-align: center;
}
.about .f5 .f5Box .item p {
  color: #474747;
  font-size: 1vw;
  margin-top: 1vw;
}
.about .f5 .f5Box .item:nth-child(2n) {
  margin-right: 0;
}
.about .f6 {
  width: 100%;
  padding: 3vw 14vw;
  margin: 0 auto;
  display: inline-block;
}
.about .f6 .yearList {
  width: 33vw;
  display: inline-block;
  float: left;
}
.about .f6 .yearList .item {
  margin-bottom: 3vw;
}
.about .f6 .yearList .item .year {
  color: #d2ab66;
  font-size: 3vw;
  font-weight: bold;
}
.about .f6 .yearList .item .year span {
  font-size: 1vw;
}
.about .f6 .yearList .item .des {
  color: #7a7a7a;
  font-size: 1vw;
  line-height: 1.7;
  text-align: justify;
}
.about .f6 .yearList .item .img {
  width: 65%;
  margin-top: 1vw;
  overflow: hidden;
}
.about .f6 .yearList .item .img img {
  transition: 0.5s ease;
}
.about .f6 .yearList .item .img:hover img {
  transform: scale(1.1);
}
.about .f6 .yearList .item:last-child {
  margin-bottom: 0;
}
.about .f6 .yearBox {
  width: 24vw;
  height: 33vw;
  margin-left: 14vw;
  background: url('../images/img44.jpg') center no-repeat;
  background-size: cover !important;
  display: inline-block;
  position: sticky;
  top: 3vw;
  padding: 3vw;
}
.about .f6 .yearBox .y {
  color: #000000;
  font-size: 3vw;
  font-weight: bold;
}
.about .f6 .yearBox .e {
  font-size: 1vw;
  border: 1px solid #000000;
  display: inline-block;
  font-weight: bold;
  padding: 0 0.5vw;
}
.about .f6 .yearBox .d {
  color: #6c6c6c;
  font-size: 1vw;
  margin-top: 1vw;
  line-height: 1.7;
}
.about .f6 .yearBox .yearItem {
  width: 100%;
  display: inline-block;
  margin-top: 3vw;
}
.about .f6 .yearBox .yearItem .item {
  margin-right: 1vw;
  margin-bottom: 1vw;
  display: inline-block;
  float: left;
  color: #7a7a7a;
  font-size: 1.2vw;
  font-weight: bold;
  cursor: pointer;
}
.about .f6 .yearBox .yearItem .item span {
  font-size: 0.9vw;
}
.about .f6 .yearBox .yearItem .active {
  color: #d2ab66;
}
.about .f7 {
  width: 100%;
  padding: 3vw 14vw;
  margin: 0 auto;
}
.dang .f1 {
  width: 72%;
  padding: 3vw 0;
  margin: 0 auto;
  display: flex;
}
.dang .f1 .imgBox {
  width: 42vw;
  height: 23vw;
}
.dang .f1 .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.dang .f1 .textBox {
  width: 31vw;
  height: 23vw;
  background: #c00907;
  padding: 1vw 2.5vw;
}
.dang .f1 .textBox .item {
  display: block;
  color: white;
  opacity: 0.7;
  padding: 1vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s all;
}
.dang .f1 .textBox .item .name {
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.dang .f1 .textBox .item .time {
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.dang .f1 .textBox .active {
  opacity: 1;
}
.dang .f1 .textBox .active::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.4vw solid transparent;
  border-bottom: 0.4vw solid transparent;
  border-right: 0.7vw solid white;
  margin-left: -1.5vw;
  margin-top: 0.3vw;
}
.dang .f2 {
  width: 72%;
  padding: 0 0 3vw 0;
  margin: 0 auto;
}
.dang .f2 .item {
  display: flex;
  border-bottom: 1px solid #c4c4c4;
  padding: 2vw 0;
}
.dang .f2 .item .time {
  color: #c00908;
  font-size: 1vw;
  font-weight: bold;
}
.dang .f2 .item .text {
  width: 87%;
  margin-left: 2vw;
}
.dang .f2 .item .text .name {
  color: #464646;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.dang .f2 .item .text .des {
  color: #989898;
  font-size: 1vw;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 1vw;
}
.dang .f2 .item:hover .text .name {
  color: #d2ab66;
}
.dang .f2 .item:last-child {
  border-bottom: transparent;
}
.dang .more {
  width: 72%;
  height: 4vw;
  margin: 0 auto;
  background-color: #c00908;
  border-radius: 1vw;
  text-align: center;
  color: white;
  font-size: 1vw;
  line-height: 4vw;
  letter-spacing: 0.1vw;
  margin-bottom: 3vw;
  cursor: pointer;
}
.dang .f3 {
  width: 100%;
  padding: 2vw 14vw 0 14vw;
  margin: 0 auto;
  display: inline-block;
}
.dang .f3 .item {
  width: 22vw;
  height: 25vw;
  display: inline-block;
  float: left;
  margin-top: 2vw;
  margin-right: 2.5vw;
}
.dang .f3 .item .imgBox {
  width: 22vw;
  height: 13vw;
  overflow: hidden;
}
.dang .f3 .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all;
}
.dang .f3 .item .text {
  padding: 1vw;
}
.dang .f3 .item .text .name {
  color: #333333;
  font-size: 1vw;
  font-weight: bold;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dang .f3 .item .text .name::before {
  content: '';
  position: absolute;
  width: 0.3vw;
  height: 1vw;
  background: #c00908;
  margin-top: 0.3vw;
  margin-left: -1vw;
}
.dang .f3 .item .text .des {
  color: #989898;
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.5vw 0;
}
.dang .f3 .item .text .mores {
  color: #989898;
  font-size: 1.5vw;
}
.dang .f3 .item:hover .imgBox .img {
  transform: scale(1.1);
}
.dang .f3 .item:hover .text .name {
  color: #d2ab66;
}
.dang .f3 .item:nth-child(3n) {
  margin-right: 0;
}
.service .f1 {
  width: 72%;
  padding: 3vw 0;
  margin: 0 auto;
  display: flex;
}
.service .f1 .left {
  width: 28vw;
}
.service .f1 .left .en {
  color: #ebebeb;
  font-size: 1.5vw;
}
.service .f1 .left .t {
  color: #d2ab66;
  font-size: 2vw;
}
.service .f1 .left .n {
  color: #515151;
  font-size: 1.2vw;
  margin: 1vw 0;
}
.service .f1 .left .des {
  color: #7a7a7a;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
}
.service .f1 .right {
  width: 40vw;
  margin-left: 4vw;
}
.new .f1 {
  width: 100%;
  padding: 3vw 14vw;
  margin: 0 auto;
  background: #f3f3f3;
}
.new .f1 .f1Swiper {
  width: 100%;
  overflow: hidden;
}
.new .f1 .f1Swiper .swiper-slide {
  display: flex;
  overflow: hidden;
}
.new .f1 .f1Swiper .swiper-slide .time {
  width: 6vw;
  height: 6vw;
  background-color: #ffffff;
  padding: 1vw;
}
.new .f1 .f1Swiper .swiper-slide .time p:nth-child(1) {
  color: #d2ab66;
  font-size: 2vw;
  font-weight: bold;
}
.new .f1 .f1Swiper .swiper-slide .time p:nth-child(2) {
  color: #a7a7a7;
  font-size: 0.9vw;
}
.new .f1 .f1Swiper .swiper-slide .imgBox {
  width: 31vw;
  height: 17vw;
  margin: 0 3vw 0 1vw;
  overflow: hidden;
}
.new .f1 .f1Swiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all;
}
.new .f1 .f1Swiper .swiper-slide .imgBox:hover .img {
  transform: scale(1.1);
}
.new .f1 .f1Swiper .swiper-slide .textBox {
  width: 32vw;
}
.new .f1 .f1Swiper .swiper-slide .textBox .name {
  color: #505050;
  font-size: 1.5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .f1 .f1Swiper .swiper-slide .textBox .name:hover {
  color: #d2ab66;
}
.new .f1 .f1Swiper .swiper-slide .textBox .des {
  color: #989898;
  font-size: 1vw;
  line-height: 1.7;
  text-align: justify;
  margin: 1vw 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.new .f1 .f1Swiper .swiper-slide .textBox .more {
  font-size: 1.5vw;
  color: #989898;
  margin-top: 3vw;
}
.new .f1 .f1Swiper .swiper-pagination {
  text-align: right;
}
.new .f1 .f1Swiper .swiper-pagination .swiper-pagination-bullet {
  background: #e1b348;
}
.new .f2 {
  width: 100%;
  padding: 3vw 14vw;
  margin: 0 auto;
  display: inline-block;
}
.new .f2 .f2List {
  width: 42vw;
  display: inline-block;
  float: left;
}
.new .f2 .f2List .item {
  display: flex;
  padding: 1vw 0;
  border-bottom: 1px solid #e5e5e5;
}
.new .f2 .f2List .item .time {
  width: 5vw;
  border-right: 1px solid #e5e5e5;
}
.new .f2 .f2List .item .time p:nth-child(1) {
  color: #d2ab66;
  font-size: 1.8vw;
  font-weight: bold;
}
.new .f2 .f2List .item .time p:nth-child(2) {
  color: #a7a7a7;
  font-size: 0.9vw;
}
.new .f2 .f2List .item .textBox {
  width: 38vw;
  padding: 0 1vw;
}
.new .f2 .f2List .item .textBox .name {
  color: #505050;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new .f2 .f2List .item .textBox .des {
  color: #989898;
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 0.5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .f2 .f2List .item .more {
  font-size: 1.5vw;
  color: #989898;
  margin-top: 1vw;
}
.new .f2 .f2List .item:hover .textBox .name {
  color: #d2ab66;
}
.new .f2 .f2Box {
  width: 25vw;
  height: auto;
  background: url('../images/img41.jpg') center no-repeat;
  background-size: cover !important;
  margin-left: 4vw;
  padding: 2vw;
  display: inline-block;
  position: sticky;
  top: 3vw;
}
.new .f2 .f2Box .itemBox {
  padding: 0.5vw 0;
}
.new .f2 .f2Box .itemBox .item {
  display: block;
  color: #333333;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 1.5vw 0;
}
.new .f2 .f2Box .itemBox .item:hover {
  color: #d2ab66;
}
.new .f2 .f2Box .qrcode {
  border-top: 1px solid #d4d4d4;
  font-size: 1vw;
  color: #333333;
  padding-top: 2vw;
  font-weight: bold;
}
.new .f2 .f2Box .qrcode img {
  width: 6vw;
  margin-top: 1vw;
}
.new .f3 {
  width: 100%;
  padding: 3vw 14vw;
  margin: 0 auto;
  display: inline-block;
}
.new .f3 .f3List {
  width: 100%;
}
.new .f3 .f3List .item {
  display: flex;
  padding: 1.5vw 0;
  border-bottom: 1px solid #e5e5e5;
}
.new .f3 .f3List .item .time {
  width: 5vw;
  border-right: 1px solid #e5e5e5;
}
.new .f3 .f3List .item .time p:nth-child(1) {
  color: #d2ab66;
  font-size: 1.8vw;
  font-weight: bold;
}
.new .f3 .f3List .item .time p:nth-child(2) {
  color: #a7a7a7;
  font-size: 0.9vw;
}
.new .f3 .f3List .item .textBox {
  width: 100%;
  padding: 0 1vw;
}
.new .f3 .f3List .item .textBox .name {
  color: #505050;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new .f3 .f3List .item .textBox .des {
  color: #989898;
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 0.5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .f3 .f3List .item .more {
  font-size: 1.5vw;
  color: #989898;
  margin-top: 1vw;
}
.new .f3 .f3List .item:hover .textBox .name {
  color: #d2ab66;
}
.security .f1 {
  width: 72%;
  padding: 3vw 0;
  margin: 0 auto;
}
.security .f1 .en {
  color: #ebebeb;
  font-size: 1.5vw;
}
.security .f1 .t {
  color: #d2ab66;
  font-size: 2vw;
}
.security .f1 .n {
  color: #515151;
  font-size: 1.2vw;
  margin: 1vw 0;
}
.security .f1 .des {
  width: 45vw;
  color: #7a7a7a;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
}
.security .f2 {
  width: 72%;
  padding: 0 0 3vw 0;
  margin: 0 auto;
}
.security .f2 .imgs {
  width: 100%;
  overflow: hidden;
}
.security .f2 .imgs img {
  transition: 0.5s all;
}
.security .f2 .imgs:hover img {
  transform: scale(1.1);
}
.security .f2 .imgBox {
  width: 100%;
  display: flex;
  margin-top: 2vw;
}
.security .f2 .imgBox .img {
  width: 23vw;
  margin-right: 2vw;
  overflow: hidden;
}
.security .f2 .imgBox .img img {
  transition: 0.5s all;
}
.security .f2 .imgBox .img:last-child {
  margin-right: 0;
}
.security .f2 .imgBox .img:hover img {
  transform: scale(1.1);
}
.social .f1 {
  width: 100%;
  padding: 2vw 14vw 0 14vw;
  margin: 0 auto;
  display: inline-block;
}
.social .f1 .item {
  width: 22vw;
  display: inline-block;
  float: left;
  margin-top: 2vw;
  margin-right: 2.5vw;
}
.social .f1 .item .imgBox {
  width: 22vw;
  height: 13vw;
  overflow: hidden;
}
.social .f1 .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all;
}
.social .f1 .item .text {
  padding: 1vw;
}
.social .f1 .item .text .name {
  color: #333333;
  font-size: 1vw;
  font-weight: bold;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.social .f1 .item .text .name::before {
  content: '';
  position: absolute;
  width: 0.3vw;
  height: 1vw;
  background: #d2ab66;
  margin-top: 0.3vw;
  margin-left: -1vw;
}
.social .f1 .item .text .des {
  color: #989898;
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.5vw 0;
}
.social .f1 .item .text .mores {
  color: #989898;
  font-size: 1.5vw;
}
.social .f1 .item:hover .imgBox .img {
  transform: scale(1.1);
}
.social .f1 .item:hover .text .name {
  color: #d2ab66;
}
.social .f1 .item:nth-child(3n) {
  margin-right: 0;
}
.social .more {
  width: 72%;
  height: 4vw;
  margin: 0 auto;
  background-color: #d2ab66;
  border-radius: 1vw;
  text-align: center;
  color: white;
  font-size: 1vw;
  line-height: 4vw;
  letter-spacing: 0.1vw;
  margin-bottom: 3vw;
  cursor: pointer;
}
.Investor .tabBox .tab .active:nth-child(4)::before {
  width: 5vw;
}
.Investor .item:nth-child(4):hover::before {
  width: 5vw;
}
.Investor .f1 {
  width: 100%;
  padding: 3vw 14vw;
  margin: 0 auto;
  background: #f3f3f3;
  display: flex;
}
.Investor .f1 .left {
  width: 26vw;
  height: auto;
  background-color: #ffffff;
  padding: 2vw;
}
.Investor .f1 .left .num {
  position: absolute;
  margin-left: 13vw;
}
.Investor .f1 .left .num .t {
  color: #3e3e3e;
  font-size: 1vw;
}
.Investor .f1 .left .num .n {
  color: #e70505;
  font-size: 2vw;
  font-weight: bold;
}
.Investor .f1 .left .num .n i {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 1.5vw;
}
.Investor .f1 .left .item {
  margin-bottom: 1vw;
}
.Investor .f1 .left .item .t {
  color: #9d9d9d;
  font-size: 1vw;
}
.Investor .f1 .left .item .n {
  color: #4a4a4a;
  font-size: 1.2vw;
  font-weight: bold;
}
.Investor .f1 .left .des {
  color: #bbbbbb;
  font-size: 1vw;
  margin-top: 2vw;
}
.Investor .f1 .right {
  width: 47vw;
  height: auto;
  background: url('../images/img38.jpg') center no-repeat;
  background-size: cover !important;
  padding: 2vw 4vw;
}
.Investor .f1 .right .t {
  color: #ffffff;
  font-size: 1.8vw;
}
.Investor .f1 .right .item {
  display: flex;
  justify-content: space-between;
  color: white;
  margin-top: 10vw;
}
.Investor .f1 .right .item .text {
  padding: 1vw 0;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 1vw;
}
.Investor .f1 .right .item .more {
  width: 8vw;
  height: 2.5vw;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3vw;
  display: block;
  color: white;
  font-size: 0.9vw;
  line-height: 2.5vw;
  padding-left: 1.5vw;
  margin-top: 1vw;
}
.Investor .f1 .right .item .more i {
  font-size: 1.8vw;
  position: absolute;
  margin-left: 0.5vw;
}
.Investor .f2 {
  width: 100%;
  padding: 3vw 14vw;
  margin: 0 auto;
  display: flex;
}
.Investor .f2 .left {
  width: 35vw;
}
.Investor .f2 .left .itemBox {
  width: 100%;
}
.Investor .f2 .left .itemBox .item {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2vw;
}
.Investor .f2 .left .itemBox .item .name {
  width: 80%;
  color: #333333;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.Investor .f2 .left .itemBox .item .name.iconNew {
  padding-left: 1.5vw;
}
.Investor .f2 .left .itemBox .item .name.iconNew i {
  color: #d2ab66;
  font-size: 2vw;
  position: absolute;
  margin-left: -2vw;
  margin-top: -0.3vw;
}
.Investor .f2 .left .itemBox .item .time {
  color: #a7a7a7;
  font-size: 0.9vw;
}
.Investor .f2 .left .itemBox .item:hover .name {
  color: #d2ab66;
}
.Investor .f2 .left .itemBox .item:first-child {
  margin-top: 2vw;
}
.Investor .f2 .left .itemBox .stockBox {
  width: 100%;
  background: #FBF6E9;
  margin-top: 1vw;
  padding: 1vw 3vw;
}
.Investor .f2 .left .itemBox .stockBox .tit {
  color: #d2ab66;
  font-size: 1.2vw;
}
.Investor .f2 .left .itemBox .stockBox .stock {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}
.Investor .f2 .left .itemBox .stockBox .stock .left .t {
  color: #3f3f3f;
  font-size: 0.9vw;
}
.Investor .f2 .left .itemBox .stockBox .stock .left .n {
  color: #d2ab66;
  font-size: 3vw;
  font-weight: bold;
}
.Investor .f2 .left .itemBox .stockBox .stock .left .b {
  color: #d2ab66;
  font-size: 0.9vw;
}
.Investor .f2 .left .itemBox .stockBox .stock .left .b i {
  color: #da0000;
  font-size: 1.2vw;
}
.Investor .f2 .left .itemBox .stockBox .stock .right {
  width: 100%;
  display: inline-block;
  border-left: 1px solid #d2ab66;
  margin-left: 3vw;
  padding-left: 3vw;
}
.Investor .f2 .left .itemBox .stockBox .stock .right .items {
  color: #636363;
  display: inline-block;
  float: left;
  margin-right: 3vw;
  margin-bottom: 1vw;
}
.Investor .f2 .left .itemBox .stockBox .stock .right .items .t {
  font-size: 0.9vw;
}
.Investor .f2 .left .itemBox .stockBox .stock .right .items .d {
  font-weight: bold;
  font-size: 1vw;
  margin-top: 0.5vw;
}
.Investor .f2 .left .itemBox .stockBox .stock .right .items:nth-child(2n) {
  margin-right: 0;
}
.Investor .f2 .center {
  width: 21vw;
  height: 22vw;
  margin: 0 1vw 0 2vw;
}
.Investor .f2 .center .itemBox {
  width: 100%;
  height: 22vw;
  background: url('../images/img39.jpg') center no-repeat;
  background-size: cover !important;
  padding: 2vw;
  margin-top: -2vw;
}
.Investor .f2 .center .itemBox .item {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2vw;
}
.Investor .f2 .center .itemBox .item .name {
  width: 100%;
  color: #333333;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.Investor .f2 .center .itemBox .item .name.iconNew {
  padding-left: 1.5vw;
}
.Investor .f2 .center .itemBox .item .name.iconNew i {
  color: #d2ab66;
  font-size: 2vw;
  position: absolute;
  margin-left: -2vw;
  margin-top: -0.3vw;
}
.Investor .f2 .center .itemBox .item:hover .name {
  color: #d2ab66;
}
.Investor .f2 .center .itemBox .item:first-child {
  margin-top: 2vw;
}
.Investor .f2 .center .itemBox .stockBox {
  width: 100%;
  background: #FBF6E9;
  margin-top: 1vw;
  padding: 1vw 3vw;
}
.Investor .f2 .center .itemBox .stockBox .tit {
  color: #d2ab66;
  font-size: 1.2vw;
}
.Investor .f2 .center .itemBox .stockBox .stock {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}
.Investor .f2 .center .itemBox .stockBox .stock .left .t {
  color: #3f3f3f;
  font-size: 0.9vw;
}
.Investor .f2 .center .itemBox .stockBox .stock .left .n {
  color: #d2ab66;
  font-size: 3vw;
  font-weight: bold;
}
.Investor .f2 .center .itemBox .stockBox .stock .left .b {
  color: #d2ab66;
  font-size: 0.9vw;
}
.Investor .f2 .center .itemBox .stockBox .stock .left .b i {
  color: #da0000;
  font-size: 1.2vw;
}
.Investor .f2 .center .itemBox .stockBox .stock .right {
  width: 100%;
  display: inline-block;
  border-left: 1px solid #d2ab66;
  margin-left: 3vw;
  padding-left: 3vw;
}
.Investor .f2 .center .itemBox .stockBox .stock .right .items {
  color: #636363;
  display: inline-block;
  float: left;
  margin-right: 3vw;
  margin-bottom: 1vw;
}
.Investor .f2 .center .itemBox .stockBox .stock .right .items .t {
  font-size: 0.9vw;
}
.Investor .f2 .center .itemBox .stockBox .stock .right .items .d {
  font-weight: bold;
  font-size: 1vw;
  margin-top: 0.5vw;
}
.Investor .f2 .center .itemBox .stockBox .stock .right .items:nth-child(2n) {
  margin-right: 0;
}
.Investor .f2 .right {
  width: 14vw;
  height: 22vw;
  background: url('../images/img40.jpg') center no-repeat;
  background-size: cover !important;
  margin-top: -2vw;
  padding: 17vw 2vw 0 2vw;
}
.Investor .f2 .right .text {
  color: #000000;
}
.Investor .f2 .right .text .t {
  font-size: 1.2vw;
}
.Investor .f2 .right .text .d {
  font-size: 0.85vw;
}
.Investor .f2 .right .text .d i {
  position: absolute;
  font-size: 1.5vw;
  margin-top: -0.2vw;
}
.Investor .f3 {
  width: 100%;
  padding: 3vw 14vw;
  margin: 0 auto;
  display: flex;
}
.Investor .f3 .left {
  width: 47vw;
  background: #fbfbfb;
  padding: 2vw;
}
.Investor .f3 .left .itemBox {
  width: 35vw;
}
.Investor .f3 .left .itemBox ol {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}
.Investor .f3 .left .itemBox ol li {
  width: auto;
  height: 45px;
  margin-right: 2vw !important;
  font-size: 24px;
  font-weight: bold;
  margin: 0px 2px;
  text-align: left;
  color: #c4c4c4;
  cursor: pointer;
}
.Investor .f3 .left .itemBox ol li:hover,
.Investor .f3 .left .itemBox ol li.active {
  color: #000000;
  border-bottom: 2px solid #e1b348;
}
.Investor .f3 .left .itemBox ul {
  width: 80%;
}
.Investor .f3 .left .itemBox ul li {
  width: 100%;
  display: none;
}
.Investor .f3 .left .itemBox ul li.active {
  display: flex;
  justify-content: center;
}
.Investor .f3 .right {
  width: 26vw;
  height: auto;
  background-color: #f6f6f6;
  padding: 2vw;
}
.Investor .f3 .right .num {
  position: absolute;
  margin-left: 13vw;
}
.Investor .f3 .right .num .t {
  color: #3e3e3e;
  font-size: 1vw;
}
.Investor .f3 .right .num .n {
  color: #e70505;
  font-size: 2vw;
  font-weight: bold;
}
.Investor .f3 .right .num .n i {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 1.5vw;
}
.Investor .f3 .right .item {
  margin-bottom: 1vw;
}
.Investor .f3 .right .item .t {
  color: #9d9d9d;
  font-size: 1vw;
}
.Investor .f3 .right .item .n {
  color: #4a4a4a;
  font-size: 1.2vw;
  font-weight: bold;
}
.Investor .f3 .right .des {
  color: #bbbbbb;
  font-size: 1vw;
  margin-top: 2vw;
}
.Investor .f4 {
  width: 100%;
  padding: 3vw 14vw;
  margin: 0 auto;
  display: inline-block;
}
.Investor .f4 .f4List {
  width: 42vw;
  display: inline-block;
  float: left;
}
.Investor .f4 .f4List .item {
  display: flex;
  padding: 1vw 0;
  border-bottom: 1px solid #e5e5e5;
}
.Investor .f4 .f4List .item .time {
  width: 5vw;
  border-right: 1px solid #e5e5e5;
}
.Investor .f4 .f4List .item .time p:nth-child(1) {
  color: #d2ab66;
  font-size: 1.8vw;
  font-weight: bold;
}
.Investor .f4 .f4List .item .time p:nth-child(2) {
  color: #a7a7a7;
  font-size: 0.9vw;
}
.Investor .f4 .f4List .item .textBox {
  width: 38vw;
  padding: 0 1vw;
}
.Investor .f4 .f4List .item .textBox .name {
  color: #505050;
  font-size: 1vw;
  line-height: 4vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.Investor .f4 .f4List .item .more {
  font-size: 1.5vw;
  color: #989898;
  margin-top: 1vw;
}
.Investor .f4 .f4List .item:hover .name {
  color: #d2ab66;
}
.Investor .f4 .right {
  width: 25vw;
  display: inline-block;
  position: sticky;
  top: 3vw;
  margin-left: 4vw;
}
.Investor .f4 .right .f4Box {
  width: 100%;
  background: url('../images/img41.jpg') center no-repeat;
  background-size: cover !important;
  padding: 2vw;
  margin-bottom: 1vw;
}
.Investor .f4 .right .f4Box .itemBox {
  padding: 0.5vw 0;
}
.Investor .f4 .right .f4Box .itemBox .item {
  display: block;
  color: #333333;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 1.5vw 0;
}
.Investor .f4 .right .f4Box .itemBox .item:hover {
  color: #d2ab66;
}
.Investor .f4 .right .f4Box .qrcode {
  border-top: 1px solid #d4d4d4;
  font-size: 1vw;
  color: #333333;
  padding-top: 2vw;
  font-weight: bold;
}
.Investor .f4 .right .f4Box .qrcode img {
  width: 6vw;
  margin-top: 1vw;
}
.Investor .f4 .right .f4B {
  width: 100%;
  height: 13vw;
  background: url('../images/img42.jpg') center no-repeat;
  background-size: cover !important;
  padding: 8vw 2vw 0 2vw;
}
.Investor .f4 .right .f4B .text {
  color: #000000;
}
.Investor .f4 .right .f4B .text .t {
  font-size: 1.2vw;
}
.Investor .f4 .right .f4B .text .d {
  font-size: 0.85vw;
}
.Investor .f4 .right .f4B .text .d i {
  position: absolute;
  font-size: 1.5vw;
  margin-top: -0.2vw;
}
.join .f1 {
  width: 100%;
  padding: 3vw 14vw;
  margin: 0 auto;
  display: flex;
}
.join .f1 .left {
  width: 45vw;
}
.join .f1 .left .tit .en {
  color: #ebebeb;
  font-size: 1.5vw;
}
.join .f1 .left .tit .cn {
  color: #d2ab66;
  font-size: 2vw;
}
.join .f1 .left .itemBox {
  margin: 2vw 0;
  padding-left: 2vw;
}
.join .f1 .left .itemBox .item {
  margin-bottom: 1vw;
  transition: 0.5s ease;
}
.join .f1 .left .itemBox .item .name {
  color: #515151;
  font-size: 1.2vw;
  cursor: pointer;
  transition: 0.5s ease;
}
.join .f1 .left .itemBox .item .des {
  color: #7a7a7a;
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1vw;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}
.join .f1 .left .itemBox .item::before {
  content: '';
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  background-color: #d2ab66;
  border-radius: 50%;
  margin-left: -1.22vw;
  margin-top: 0.5vw;
  transition: 0.5s all;
}
.join .f1 .left .itemBox .active .des {
  height: auto;
  opacity: 1;
}
.join .f1 .left .itemBox .active::before {
  content: '';
  position: absolute;
  width: 0.7vw;
  height: 0.7vw;
  background-color: #d2ab66;
  border-radius: 50%;
  margin-left: -1.35vw;
  margin-top: 0.5vw;
}
.join .f1 .left .itemBox::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 22.3vw;
  margin-left: -1vw;
  margin-top: 0.5vw;
  background: rgba(0, 0, 0, 0.2);
}
.join .f1 .right {
  width: 25vw;
  margin-left: 4vw;
  overflow: hidden;
}
.join .f1 .right img {
  transition: 0.5s all;
}
.join .f1 .right:hover img {
  transform: scale(1.1);
}
.join .f2 {
  width: 100%;
  height: 40vw;
  background: url('../images/img37.jpg') center no-repeat;
  background-size: cover !important;
}
.join .f2 .tit {
  color: #ffffff;
  position: absolute;
  left: 13vw;
  margin-top: 10vw;
}
.join .f2 .tit .en {
  font-size: 0.8vw;
}
.join .f2 .tit .cn {
  font-size: 2vw;
}
.join .f2 .f2Box {
  width: 47vw;
  height: 26vw;
  background: white;
  position: absolute;
  right: 14vw;
  margin-top: 7vw;
  padding: 4vw 2vw;
}
.join .f2 .f2Box .itemBox {
  display: flex;
  justify-content: space-between;
}
.join .f2 .f2Box .itemBox .item {
  text-align: center;
  color: #3b3b3b;
  font-size: 1vw;
  cursor: pointer;
  padding-bottom: 1vw;
}
.join .f2 .f2Box .itemBox .item .icon {
  width: 2vw;
  height: 2vw;
  margin: 0 auto 1vw auto;
}
.join .f2 .f2Box .itemBox .item:nth-child(1) .icon {
  width: 2.5vw;
}
.join .f2 .f2Box .itemBox .item:nth-child(6) .icon {
  width: 2.5vw;
}
.join .f2 .f2Box .itemBox .active {
  border-bottom: 3px solid #d2ab66;
}
.join .f2 .f2Box .textBox {
  margin-top: 5vw;
}
.join .f2 .f2Box .textBox .t {
  color: #3b3b3b;
  font-size: 1.5vw;
}
.join .f2 .f2Box .textBox .d {
  color: #7a7a7a;
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 0.5vw;
}
.join .f3 {
  width: 72%;
  height: 33vw;
  padding: 6vw 4vw;
  margin: 5vw auto;
  background: url('../images/join.jpg') center no-repeat;
  background-size: cover !important;
  border-radius: 10px;
}
.join .f3 .tit {
  color: #ffffff;
}
.join .f3 .tit .en {
  font-size: 0.8vw;
}
.join .f3 .tit .cn {
  font-size: 2vw;
}
.join .f3 .tit .des {
  width: 30vw;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  margin: 1vw 0;
}
.join .f3 .more{
  width: 9vw;
  height: 3vw;
  display: block;
  background-color: #d2ab66;
  border-radius: .5vw;
  text-align: center;
  color: white;
  font-size: .9vw;
  line-height: 3vw;
  transition: .5s all;
  font-weight: bold;
}
.join .f3 .more:hover{
  background: white;
  color: #d2ab66;
}
.join .f3 .itemBox .item {
  background: #f5f5f5;
  margin-bottom: 1vw;
}
.join .f3 .itemBox .item .tit {
  padding: 1vw;
  color: #494949;
  font-size: 1vw;
  font-weight: bold;
}
.join .f3 .itemBox .item .desBox {
  padding: 0;
  font-size: 0.9vw;
  height: 0;
  opacity: 0;
  line-height: 1.7;
  text-align: justify;
  transition: .5s all;
}
.join .f3 .itemBox .item .desBox .t {
  color: #d2ab66;
  line-height: 1.7;
}
.join .f3 .itemBox .item .desBox .d {
  color: #797979;
  margin-bottom: 1vw;
  line-height: 1.7;
}
.join .f3 .itemBox .item .desBox .more {
  display: block;
  width: 8vw;
  height: 2vw;
  background-color: #d2ab66;
  border-radius: 1vw;
  text-align: center;
  line-height: 2vw;
  font-size: 0.9vw;
  color: white;
  margin-top: 1vw;
}
.join .f3 .itemBox .active .tit {
  background: #d2ab66;
  color: white;
}
.join .f3 .itemBox .active .desBox {
  padding: 2vw;
  opacity: 1;
  height: auto;
}
.newsDetail .f1 {
  width: 100%;
  padding: 5vw 12vw;
  display: inline-block;
  overflow: hidden;
}
.newsDetail .f1 .left {
  width: 55vw;
  display: inline-block;
  float: left;
}
.newsDetail .f1 .left .tit {
  font-weight: bold;
  font-size: 1.5vw;
  line-height: 1.7;
}
.newsDetail .f1 .left .infoBox {
  display: flex;
  color: #b8b8b8;
  font-size: 0.85vw;
  margin: 2vw auto;
}
.newsDetail .f1 .left .infoBox .info {
  margin-left: 3vw;
}
.newsDetail .f1 .left .des {
  color: #6c6c6c;
  font-size: 18px;
  font-family: 瀹嬩綋;
  line-height: 2;
  text-align: justify;
}
.newsDetail .f1 .left .des p{
  background-color: transparent !important;
  font-size: 18px;
  font-family: 瀹嬩綋;
  line-height: 2;
}
.newsDetail .f1 .left .des p span{
  background-color: transparent !important;
  font-size: 18px;
  font-family: 瀹嬩綋;
  line-height: 2;
}
.newsDetail .f1 .left .des img{
  width: auto;
  margin: 0 auto;
}
.newsDetail .f1 .left .des table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid grey;
  border-bottom: transparent;
}
.newsDetail .f1 .left .des table tr td{
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
}
.newsDetail .f1 .left .des table tr td:last-child{
  border-right: transparent;
}
.newsDetail .f1 .left .pageG {
  border-top: 1px solid #cecece;
  margin: 2vw 0;
  padding: 1vw 0;
}
.newsDetail .f1 .left .pageG a {
  font-size: 0.85vw;
  color: #787878;
  margin-bottom: 1vw;
  display: block;
}
.newsDetail .f1 .left .pageG a span {
  color: #404040;
}
.newsDetail .f1 .right {
  width: 18vw;
  height: auto;
  margin-left: 2vw;
  background: #f6f6f6;
  padding: 2vw;
  float: left;
}
.newsDetail .f1 .right .tits{
  font-size: 24px;
  font-weight: bold;
}
.newsDetail .f1 .right .item {
  width: 100%;
  padding: 1vw 0 2vw 0;
  display: block;
  border-bottom: 1px solid #b8b8b8;
}
.newsDetail .f1 .right .item .time {
  color: #b8b8b8;
  font-size: 0.85vw;
  margin-bottom: 0.5vw;
  transition: 0.5s all ease-in-out;
}
.newsDetail .f1 .right .item .tit {
  font-size: 0.9vw;
  line-height: 1.7;
  color: #232323;
  transition: 0.5s all ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsDetail .f1 .right .item:last-child {
  border: transparent;
}
.newsDetail .f1 .right .item:hover .time {
  color: #0695df;
}
.newsDetail .f1 .right .item:hover .tit {
  color: #0695df;
}
.searchContent{
  margin-bottom: 30px;
  border-bottom: 1px solid #0695df;
  padding-bottom: 20px;
  line-height:1.8;
  font-size: 18px;
}
.noData{
  display: none;
  font-size: 18px;
}
.noData.active{
  display: block;
}
.serachpage.newsText ul li a{
  justify-content:flex-start;
  font-size: 20px;
}

.serachpage.newsText ul li a .name{
  margin-left: 10px;
}

.serachpage.newsText ul li a .tt{
  color: #d2ab66;
}

.serachpage.newsText ul li:hover a .tt{
  color: #fff;
}
.jinjia-hangqing-content{ width:100%; display: flex;}
.jinjia-hangqing-left{width:100%;text-align:center;margin-top: 1vw}
.jinjia-hangqing-right{width:50%; text-align:center;}
.jinjia-hangqing-left .jinjia-hangqing-item{ width:100%; margin:0 auto; text-align: left; font-size: 1vw; line-height: 2; color:#555;}
.jinjia-hangqing-right .jinjia-hangqing-item{width:100%; margin:0 auto; text-align:left; font-size: 1vw; color:#555;}

.pc{
  display: block;
}
.mobile{
  display: none;
}
@media (max-width: 1660px) {
  header nav ul li {
    padding: 1.3vw 0;
    margin: 0 1.3vw;
  }
  .index header nav ul li a {
    font-size: 16px;
  }
  .index2 header nav ul li a {
    font-size: 16px;
  }
  header .right .serach {
    width: 12vw;
  }
  header .right .serach input {
    width: 85%;
  }
  header .code {
    padding-top: 0.7vw;
  }
}
@media (max-width: 1440px) {
  footer .footerInfo{
    padding: 3vw 8vw;
  }
  footer .footer{
    padding: 4vw 8vw 2vw 8vw;
  }
  .footerNav{
    margin-left: 5vw;
  }
  .titBox .tit::before{
    margin-top: 46px;
  }
  header nav ul li a {
    font-size: 18px;
  }
  header nav ul li {
    margin: 0 1vw;
  }
  header nav ul li ul {
    margin-left: -6vw;
  }
  header nav ul li .ul2 {
    margin-left: -6.2vw;
  }
  header nav ul li ul li a {
    font-size: 16px;
  }
  header .right .serach {
    width: 13vw;
  }
  header .right .serach input {
    width: 85%;
  }
  header nav ul li {
    margin: 0 1vw;
  }
  header .code {
    font-size: 16px;
  }
  header .code p:nth-child(2) {
    font-size: 20px;
  }
  .index .f1 .f1Box .right .item .time p:nth-child(1) {
    font-size: 22px;
  }
  .index .f1 .f1Box .right .item .time p:nth-child(2) {
    font-size: 14px;
  }
  .index .f1 .f1Box .right .item .text .name {
    font-size: 16px;
  }
  .index .f1 .f1Box .right .item .text .des {
    font-size: 14px;
  }
  .index .f1 .f1Box .right .item:first-child {
    padding: 0 0 0.8vw 0;
  }
  .index .f1 .f1Box .right .item {
    padding: 0.8vw 0;
  }
  .index .f2 .itemBox .item .name {
    font-size: 16px;
  }
  .index .f2 .itemBox .item .time {
    font-size: 16px;
  }
  .index .f3 .item .text {
    font-size: 20px;
  }
  .index .f4 .itemBox .item .name,
  .index .f4 .itemBox .item .time {
    font-size: 16px;
  }
  .index .f4 .itemBox .stockBox .tit {
    font-size: 20px;
  }
  .index .f4 .itemBox .stockBox .stock .left .t {
    font-size: 14px;
  }
  .index .f4 .itemBox .stockBox .stock .left .b {
    font-size: 18px;
  }
  .index .f4 .itemBox .stockBox .stock .right .items .t {
    font-size: 14px;
  }
  .index .f4 .itemBox .stockBox .stock .right .items .d {
    font-size: 18px;
  }
  footer .footerInfo .friendBox {
    font-size: 16px;
  }
  footer .footerInfo .friendBox .friend select {
    font-size: 16px;
  }
  footer .footer .textBox .t {
    font-size: 24px;
  }
  footer .footer .textBox .item {
    font-size: 14px;
  }
  footer .footer .footerNav .level1 a {
    font-size: 16px;
  }
  footer .footer .footerNav .level1 ul li a,
  footer .footer .textBox .qrcode {
    font-size: 14px;
  }
  footer .footer .footerNav .level1 {
    margin-right: 2.5vw;
  }
  footer .fi {
    font-size: 14px;
    width: 84%;
  }
  .tabBox .meua {
    font-size: 16px;
  }
  .tabBox .tab .item {
    font-size: 16px;
  }
  .about .f1 .left {
    width: 20vw;
  }
  .about .f1 .left .t {
    font-size: 24px;
  }
  .about .f1 .left .e {
    font-size: 14px;
  }
  .about .f1 .left .code {
    font-size: 20px;
  }
  .about .f1 .left .d {
    font-size: 16px;
  }
  .about .f1 .left .time {
    font-size: 14px;
  }
  .about .f1 .right .t {
    font-size: 22px;
  }
  .about .f1 .right .itemBox .item .d,
  .about .f1 .right .itemBox .item .n span {
    font-size: 14px;
  }
  .about .f1 .right .des {
    font-size: 16px;
  }
  .about .f3 .item .textBox {
    font-size: 20px;
  }
  .about .f4 .f4Box .left .name {
    font-size: 28px;
  }
  .about .f4 .f4Box .left .t {
    font-size: 18px;
  }
  .about .f4 .f4Box .left .des {
    font-size: 16px;
    margin-top: 2vw;
  }
  .about .f4 .f4Item .item {
    font-size: 16px;
  }
  .about .f5 .des,
  .about .f5 .f5Box .item p,
  .about .f6 .yearBox .d {
    font-size: 16px;
  }
  .about .f6 .yearBox .yearItem .item {
    font-size: 22px;
  }
  .about .f6 .yearBox .yearItem .item span {
    font-size: 16px;
  }
  .about .f6 .yearList .item .des {
    font-size: 16px;
  }
  .dang .f1 .textBox .item .name {
    font-size: 18px;
  }
  .dang .f1 .textBox .item .time {
    font-size: 14px;
  }
  .dang .f2 .item .text .name {
    font-size: 18px;
  }
  .dang .f2 .item .text .des {
    font-size: 16px;
  }
  .dang .more {
    font-size: 16px;
  }
  .dang .f3 .item .text .name,
  .social .f1 .item .text .name {
    font-size: 18px;
  }
  .dang .f3 .item .text .des,
  .social .f1 .item .text .des {
    font-size: 16px;
  }
  .service .f1 .left .t {
    font-size: 26px;
  }
  .service .f1 .left .n {
    font-size: 20px;
  }
  .service .f1 .left .des {
    font-size: 16px;
  }
  .new .f1 .f1Swiper .swiper-slide .textBox .name {
    font-size: 22px;
  }
  .new .f1 .f1Swiper .swiper-slide .textBox .des,
  .security .f1 .des {
    font-size: 16px;
  }
  .new .f2 .f2List .item .textBox .name,
  .security .f1 .n {
    font-size: 18px;
  }
  .new .f2 .f2List .item .textBox .des,
  .Investor .f2 .center .itemBox .item .name {
    font-size: 16px;
  }
  .new .f2 .f2Box .itemBox .item,
  .Investor .f2 .left .itemBox .item .name,
  .Investor .f2 .left .itemBox .item .time {
    font-size: 16px;
  }
  .new .f2 .f2Box .qrcode {
    font-size: 18px;
  }
  .security .f1 .t {
    font-size: 30px;
  }
  .Investor .f1 .left .item .t,
  .Investor .f1 .left .num .t,
  .Investor .f3 .right .item .t {
    font-size: 16px;
  }
  .Investor .f1 .left .item .n,
  .Investor .f3 .right .item .n {
    font-size: 20px;
  }
  .Investor .f1 .left .des,
  .Investor .f3 .right .des {
    font-size: 14px;
    margin-top: 1vw;
  }
  .Investor .f3 .right .num .t {
    font-size: 16px;
  }
  .Investor .f4 .f4List .item .textBox .name {
    font-size: 18px;
  }
  .Investor .f4 .right .f4Box .itemBox .item {
    font-size: 16px;
  }
  .Investor .f4 .right .f4Box .qrcode {
    font-size: 18px;
  }
  .join .f1 .left .itemBox .item .name {
    font-size: 20px;
  }
  .join .f1 .left .itemBox .item .des {
    font-size: 16px;
  }
  .join .f2 .f2Box .itemBox .item {
    font-size: 16px;
  }
  .join .f2 .f2Box .textBox .d {
    font-size: 16px;
  }
  .join .f3 .itemBox .item .tit {
    font-size: 18px;
  }
  .join .f3 .itemBox .item .desBox {
    font-size: 16px;
  }
  .join .f3 .itemBox .item .desBox .more {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  header nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .pc{
    display: none;
  }
  .mobile{
    display: block;
  }
  .dang .f3 .item{
    height: auto;
  }
  .newsDetail .f1{
    padding: 10vw 5vw;
    display: block;
  }
  .newsDetail .f1 .left{
    width: 100%;
  }
  .newsDetail .f1 .right{
    display: none;
  }
  .newsDetail .f1 .left .tit{
    font-size: 18px;
    text-align: center;
  }
  .newsDetail .f1 .left .infoBox{
    font-size: 14px;
  }
  .newsDetail .f1 .left .des{
    font-size: 14px;
  }
  .newsDetail .f1 .left .pageG a{
    font-size: 14px;
  }
  .newsDetail .f1 .right .item .time{
    font-size: 14px;
  }
  .newsDetail .f1 .right .item .tit{
    font-size: 14px;
  }
  .index .bannerBox{
    height: 50vw;
  }
  .index .bannerBox .swiper-slide .img{
    height: 50vw;
  }
  .index .bannerBox .swiper-slide .text{
    width: 75%;
  }
  .index .bannerBox .swiper-button-next,.index .bannerBox .swiper-button-prev{
    display: none;
  }
  .index .bannerBox .swiper-pagination-bullet-active{
    width: 5vw;
  }
  .index .notification{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2vw 5vw;
  }
  .index .notification .tit{
    font-size: 14px;
  }
  .index .notification .notificationSwiper{
    width: 66vw;
    height: 5vw;
  }
  .index .notification .notificationSwiper .tripBox{
    font-size: 14px;
  }
  .index .notification .notificationSwiper .tripBox .time{
    display: none;
  }
  .index .f1{
    width: 100%;
    padding: 5vw;
  }
  .titBox{
    padding-bottom: 10px;
  }
  .titBox .tit{
    font-size: 18px;
  }
  .titBox .more{
    font-size: 14px;
  }
  .titBox .tit::before{
    width: 74px;
    height: 2px;
    margin-top: 35px;
  }
  .index .f1 .f1Box{
    display: block;
  }
  .index .f1 .f1Box .left{
    width: 100%;
  }
  .index .f1 .f1Box .right{
    margin-left: 0;
    width: 100%;
    margin-top: 5vw;
  }
  .index .f1 .f1Box .left .f1Swiper .swiper-slide .img{
    height: 50vw;
  }
  .index .f1 .f1Box .left .f1Swiper .swiper-slide .text{
    height: 50vw;
    padding: 40vw 5vw 0 5vw;
  }
  .index .f1 .f1Box .left .f1Swiper .swiper-slide .text .name{
    font-size: 16px;
  }
  .index .f1 .f1Box .left .f1Swiper .swiper-button-prev, .index .f1 .f1Box .left .f1Swiper .swiper-rtl .swiper-button-next{
    display: none;
  }
  .index .f1 .f1Box .left .f1Swiper .swiper-button-next, .index .f1 .f1Box .left .f1Swiper .swiper-rtl .swiper-button-prev{
    display: none;
  }
  .index .f1 .f1Box .right .item .time p:nth-child(1){
    font-size: 16px;
  }
  .index .f1 .f1Box .right .item .time p:nth-child(2){
    font-size: 12px;
  }
  .index .f1 .f1Box .right .item .text{
    width: 83%;
    padding-left: 3.5vw;
  }
  .index .f1 .f1Box .right .item .text .des{
    display: none;
  }
  .index .f1 .f1Box .right .item .text .iconNew{
    font-size: 20px;
    margin-left: -3.5vw;
    margin-top: -1vw;
  }
  .index .f1 .f1Box .right .item .more{
    display: none;
  }
  .index .f1 .f1Box .right .item .text .name{
    line-height: 2.5;
  }
  .index .f2{
    width: 100%;
    display: block;
    padding: 0 5vw;
  }
  .index .f2 .itemBox{
    width: 100%;
  }
  .index .f2 .itemBox .item{
    margin-top: 3vw;
  }
  .index .f2 .itemBox .item .time{
    font-size: 14px;
  }
  .index .f2 .itemBox .item .name{
    width: 75%;
  }
  .index .f2 .itemBox .item .name.iconNew i{
    font-size: 26px;
    margin-left: -8vw;
  }
  .index .f2 .itemBox .item .name.iconNew{
    padding-left: 8vw;
  }
  .index .f2 .itemBox:nth-child(2) {
    margin-top: 5vw;
  }
  .index .f3{
    width: 100%;
    padding: 5vw;
    display: inline-block;
  }
  .index .f3 .item{
    width: 48%;
    height: 50vw;
    margin-right: 3vw;
    margin-bottom: 3vw;
    display: inline-block;
    float: left;
  }
  .index .f3 .item:nth-child(2n){
    margin-right: 0;
  }
  .index .f3 .item .text{
    width: 41%;
    font-size: 16px;
    padding-top: 15vw;
  }
  .index .f3 .item .text .icon{
    width: 36px;
    margin: 0 auto 2vw auto;
  }
  .index .f4{
    width: 100%;
    padding: 0 5vw;
    display: block;
  }
  .index .f4 .itemBox{
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  .jinjia-hangqing-left{
    margin-top: 3vw;
  }
  .jinjia-hangqing-left .jinjia-hangqing-item{
    font-size: 14px;
    line-height: 2;
  }
  .titBox.tit2 .tit::before{
    width: 110px;
    margin-top: 33px;
  }
  .index .f4 .itemBox .item{
    margin: 3vw 0;
  }
  .index .f4 .itemBox .item .name{
    width: 71%;
  }
  .index .f4 .itemBox .item .name.iconNew{
    font-size: 14px;
    padding-left: 5.5vw;
  }
  .index .f4 .itemBox .item .name.iconNew i{
    font-size: 36px;
    margin-left: -9vw;
    margin-top: -2.3vw;
  }
  .index .f4 .itemBox .stockBox{
    margin: 0;
    padding: 5vw;
  }
  .index .f4 .itemBox .stockBox .stock .left .n{
    font-size: 26px;
  }
  .index .f4 .itemBox .stockBox .stock .left .b{
    font-size: 16px;
  }
  .index .f4 .itemBox .stockBox .stock .left .b i{
    font-size: 20px;
  }
  .index .f4 .itemBox .stockBox .stock .right{
    margin-left: 5vw;
    padding-left: 5vw;
  }
  .index .f4 .itemBox .stockBox .stock .right .items{
    margin-right: 6vw;
    margin-bottom: 2vw;
  }
  .index .f4 .itemBox .stockBox .stock .right .items .d{
    font-size: 16px;
  }
  .index .f4 .itemBox.pnav{
    padding: 5vw 0;
  }
  .index .f4 ol li{
    font-size: 18px;
    height: auto;
  }
  footer .footerInfo{
    padding: 5vw;
    display: block;
  }
  footer .footerInfo .logo{
    width: 65%;
    margin: 0 auto;
  }
  footer .footerInfo .friendBox{
    width: 100%;
    text-align: center;
    margin: 3vw auto 0 auto;
    display: inline-block;
  }
  footer .footerInfo .friendBox{
    font-size: 14px;
  }
  footer .footerInfo .friendBox .name{
    display: inline-block;
  }
  footer .footerInfo .friendBox .friend{
    width: 55vw;
    display: inline-block;
  }
  footer .footerInfo .friendBox .friend select{
    width: 50vw;
    font-size: 14px;
  }
  footer .footer{
    display: block;
    padding: 5vw;
  }
  footer .footer .footerNav{
    display: none;
  }
  footer .footer .textBox{
    width: 100%;
    text-align: center;
  }
  footer .footer .textBox .t{
    font-size: 18px;
  }
  footer .footer .textBox .item{
    line-height: inherit;
    font-size: 14px;
  }
  footer .footer .textBox .item img{
    width: 20px;
    height: 20px;
    margin-right: 2vw;
  }
  footer .footer .textBox .qrcode{
    margin: 2vw auto;
    width: auto;
  }
  footer .footer .textBox .qrcode img{
    width: 40%;
    margin: 0 auto 1vw auto;
  }
  footer .fi{
    width: 100%;
    padding: 3vw 5vw;
    display: block;
  }
  .banner{
    height: 35vw;
  }
  .tabBox{
    display: none;
  }
  .about .f1{
    width: 100%;
    padding: 5vw;
    display: block;
  }
  .about .f1 .left{
    width: 100%;
  }
  .about .f1 .left .t{
    font-size: 18px;
  }
  .about .f1 .left .e{
    font-size: 12px;
  }
  .about .f1 .left .n{
    font-size: 26px;
  }
  .about .f1 .left .r{
    font-size: 14px;
  }
  .about .f1 .left .time{
    margin-top: 1vw;
  }
  .about .f1 .right{
    width: 100%;
    margin-left: 0;
    margin-top: 5vw;
  }
  .about .f1 .right .t{
    font-size: 18px;
  }
  .about .f1 .right .itemBox{
    margin: 5vw 0;
  }
  .about .f1 .right .itemBox .item .n{
    font-size: 24px;
  }
  .about .f1 .right .itemBox .item .n .icon{
    font-size: 26px;
    margin-top: -5vw;
  }
  .about .f1 .right .itemBox .item:nth-child(1) .n .icon{
    margin-left: 11.8vw;
  }
  .about .f1 .right .itemBox .item:nth-child(2) .n .icon{
    margin-left: 6vw;
  }
  .about .f1 .right .itemBox .item:nth-child(3) .n .icon{
    margin-left: 7.6vw;
  }
  .about .f1 .right .itemBox .item:nth-child(4) .n .icon{
    margin-left: 3.5vw;
  }
  .about .f2{
    width: 100%;
    padding: 0 5vw 5vw 5vw;
  }
  .about .f2 .f2Video{
    height: 50vw;
  }
  .about .f2 .f2Video video{
    height: 50vw;
  }
  .about .f2 .f2Video .videoText{
    width: 90%;
  }
  .about .f2 .f2Video .videoText span{
    font-size: 18px;
  }
  .about .f2 .f2Video .videoText .icon{
    font-size: 36px;
  }
  .about .f3{
    width: 100%;
    padding: 5vw 5vw 0 5vw;
    display: block;
  }
  .about .f3 .item{
    width: 100%;
    height: 100vw;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .about .f3 .item .textBox{
    width: 40vw;
    height: 40vw;
    margin: 5vw;
    border-radius: 2vw;
    font-size: 18px;
  }
  .about .f3 .item .textBox .icon{
    width: 36px;
    margin: 5vw;
  }
  .about .f3 .item .textBox .text{
    margin: 5vw;
  }
  .about .f3 .item .textBox .text .en{
    font-size: 12px;
  }
  .about .f4{
    width: 100%;
    padding: 5vw;
  }
  .about .f4 .f4Box .left .name{
    font-size: 22px;
  }
  .about .f4 .f4Box .left .des{
    font-size: 14px;
  }
  .about .f4 .f4Item{
    margin-top: 5vw;
  }
  .about .f4 .f4Item p{
    font-size: 14px;
  }
  .about .f5{
    width: 100%;
    padding: 5vw;
  }
  .about .f5 .des, .about .f5 .f5Box .item p, .about .f6 .yearBox .d{
    font-size: 14px;
  }
  .about .f5 .f5Box{
    width: 100%;
    margin-top: 5vw;
  }
  .about .f5 .f5Box .item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .about .f5 .f5Img{
    display: none;
  }
  .about .f5 .f5Box .item p{
    margin-top: 0;
  }
  .about .f6{
    padding: 5vw;
  }
  .about .f6 .yearList{
    width: 100%;
  }
  .about .f6 .yearBox{
    display: none;
  }
  .about .f6 .yearList .item .year{
    font-size: 20px;
  }
  .about .f6 .yearList .item .year span{
    font-size: 14px;
  }
  .about .f6 .yearList .item .img{
    width: 100%;
  }
  .about .f6 .yearList .item{
    margin-bottom: 5vw;
  }
  .new .f1{
    padding: 5vw;
  }
  .new .f1 .f1Swiper .swiper-slide{
    display: block;
  }
  .new .f1 .f1Swiper .swiper-slide .time{
    display: none;
  }
  .new .f1 .f1Swiper .swiper-slide .imgBox{
    width: 100%;
    height: 50vw;
    margin: 0 auto 2vw auto;
  }
  .new .f1 .f1Swiper .swiper-slide .textBox{
    width: 100%;
  }
  .new .f1 .f1Swiper .swiper-slide .textBox .name{
    font-size: 16px;
  }
  .new .f1 .f1Swiper .swiper-slide .textBox .des{
    display: none;
  }
  .new .f1 .f1Swiper .swiper-slide .textBox .more{
    display: none;
  }
  .new .f1 .f1Swiper .swiper-pagination{
    bottom: 0;
  }
  .new .f2{
    padding: 5vw;
    display: block;
  }
  .new .f2 .f2List{
    width: 100%;
    float: inherit;
  }
  .new .f2 .f2Box{
    display: none;
  }
  .new .f2 .f2List .item .time{
    width: 18vw;
    text-align: center;
  }
  .new .f2 .f2List .item .time p:nth-child(1){
    font-size: 20px;
  }
  .new .f2 .f2List .item .time p:nth-child(2){
    font-size: 14px;
  }
  .new .f2 .f2List .item .textBox{
    width: 71vw;
    padding: 0 3vw;
  }
  .new .f2 .f2List .item .more{
    display: none;
  }
  .new .f2 .f2List .item .textBox .des{
    display: none;
  }
  .new .f2 .f2List .item .textBox .name{
    font-size: 16px;
    line-height: 2.5;
  }
  #page{
    padding: 20px 0 !important;
  }
  .new .f3{
    padding: 5vw;
  }
  .new .f3 .f3List .item .time{
    width: 18vw;
    text-align: center;
  }
  .new .f3 .f3List .item .time p:nth-child(1){
    font-size: 20px;
  }
  .new .f3 .f3List .item .time p:nth-child(2){
    font-size: 14px;
  }
  .new .f3 .f3List .item .textBox .des,.new .f3 .f3List .item .more{
    display: none;
  }
  .new .f3 .f3List .item .textBox{
    width: 71vw;
    padding: 0 3vw;
  }
  .new .f3 .f3List .item .textBox .name{
    font-size: 16px;
    line-height: 2.5;
  }
  .dang .f1{
    width: 100%;
    padding: 5vw;
    display: block;
  }
  .dang .f1 .imgBox{
    width: 100%;
    height: 50vw;
  }
  .dang .f1 .textBox{
    width: 100%;
    height: auto;
    padding: 3vw;
  }
  .dang .f1 .textBox .item{
    padding: 3vw 0;
  }
  .dang .f1 .textBox .item .name{
    font-size: 16px;
  }
  .dang .f1 .textBox .item .time{
    display: none;
  }
  .dang .f1 .textBox .active::before{
    display: none;
  }
  .dang .f2{
    width: 100%;
    padding: 0 5vw 5vw 5vw;
  }
  .dang .f2 .item .time{
    font-size: 14px;
  }
  .dang .f2 .item .text{
    width: 73%;
  }
  .dang .f2 .item .text .name{
    font-size: 16px;
  }
  .dang .f3{
    padding: 5vw;
  }
  .dang .f3 .item{
    width: 100%;
  }
  .dang .f3 .item .imgBox{
    width: 100%;
    height: 50vw;
  }
  .dang .f3 .item{
    margin-bottom: 3vw;
  }
  .dang .f3 .item .text .name{
    font-size: 16px;
  }
  .dang .f3 .item .text .name::before{
    display: none;
  }
  .dang .f3 .item .text .des,.dang .f3 .item .text .mores{
    display: none;
  }
  .service .f1{
    width: 100%;
    padding: 5vw;
    display: block;
  }
  .service .f1 .left{
    width: 100%;
  }
  .service .f1 .left .en{
    font-size: 14px;
  }
  .service .f1 .left .t{
    font-size: 20px;
  }
  .service .f1 .left .n{
    font-size: 16px;
  }
  .service .f1 .left .des{
    font-size: 14px;
  }
  .service .f1 .right{
    width: 100%;
    margin-left: 0;
  }
  .security .f1{
    width: 100%;
    padding: 5vw;
  }
  .security .f1 .en{
    font-size: 14px;
  }
  .security .f1 .t{
    font-size: 20px;
  }
  .new .f2 .f2List .item .textBox .name, .security .f1 .n{
    font-size: 16px;
  }
  .security .f1 .des{
    width: 100%;
    font-size: 14px;
  }
  .security .f2{
    width: 100%;
    padding: 0 5vw 5vw 5vw;
  }
  .security .f2 .imgBox{
    display: block;
    margin-top: 3vw;
  }
  .security .f2 .imgBox .img{
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
    margin-top: 1vw;
  }
  .social .f1{
    padding: 5vw;
  }
  .social .f1 .item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .social .f1 .item .imgBox{
    width: 100%;
    height: 50vw;
  }
  .social .f1 .item .text{
    padding: 2vw 0 0 0;
  }
  .social .f1 .item .text .name{
    font-size: 16px;
  }
  .social .f1 .item .text .name::before{
    content: inherit;
  }
  .social .f1 .item .text .des,.social .f1 .item .text .mores{
    display: none;
  }
  .Investor .f1{
    padding: 5vw;
    display: block;
  }
  .Investor .f1 .left{
    width: 100%;
    height: auto;
    padding: 5vw;
  }
  .Investor .f1 .right{
    width: 100%;
    height: auto;
  }
  .Investor .f1 .left .num{
    margin-left: 0;
    right: 10vw;
  }
  .Investor .f1 .left .item .n{
    font-size: 16px;
  }
  .Investor .f1 .left .num .t{
    font-size: 24px;
  }
  .Investor .f1 .left .num .n{
    font-size: 20px;
  }
  .Investor .f1 .left .num .n i{
    font-size: 22px;
  }
  .Investor .f1 .right .t{
    font-size: 18px;
  }
  .Investor .f1 .right .item .text{
    font-size: 12px;
  }
  .Investor .f1 .right .item .more{
    width: 24vw;
    height: 8vw;
    line-height: 8vw;
    border-radius: 2px;
    font-size: 14px;
  }
  .Investor .f1 .right .item .more i{
    font-size: 20px;
  }
  .Investor .f2{
    padding: 5vw;
    display: block;
  }
  .Investor .f2 .left{
    width: 100%;
  }
  .Investor .f2 .right{
    display: none;
  }
  .Investor .f2 .left .itemBox .item .name{
    width: 75%;
  }
  .Investor .f2 .left .itemBox .item .name.iconNew{
    font-size: 14px;
  }
  .Investor .f2 .left .itemBox .item .name.iconNew i{
    display: none;
  }
  .Investor .f2 .left .itemBox .item .time{
    font-size: 14px;
  }
  .Investor .f2 .center{
    width: 100%;
    height: auto;
    margin: 5vw 0;
  }
  .Investor .f2 .center .itemBox{
    height: auto;
    margin-top: 5vw;
  }
  .Investor .f2 .center .itemBox .item .name.iconNew{
    font-size: 14px;
  }
  .Investor .f2 .center .itemBox .item .name.iconNew i{
    display: none;
  }
  .Investor .f3{
    padding: 5vw;
    display: block;
  }
  .Investor .f3 .left{
    width: 100%;
    padding: 5vw;
  }
  .Investor .f3 .left .itemBox{
    width: 100%;
  }
  .Investor .f3 .left .itemBox ol li{
    height: auto;
    font-size: 16px;
  }
  .Investor .f3 .left .itemBox ul{
    width: 100%;
  }
  .Investor .f3 .right{
    width: 100%;
    height: auto;
    margin-top: 5vw;
    padding: 5vw;
  }
  .Investor .f3 .right .num{
    margin-left: 0;
    right: 10vw;
  }
  .Investor .f3 .right .num .t{
    font-size: 22px;
  }
  .Investor .f3 .right .num .n{
    font-size: 22px;
  }
  .Investor .f3 .left .item .n{
    font-size: 16px;
  }
  .Investor .f3 .left .num .t{
    font-size: 24px;
  }
  .Investor .f3 .left .num .n{
    font-size: 20px;
  }
  .Investor .f3 .left .num .n i{
    font-size: 22px;
  }
  .Investor .f3 .right .t{
    font-size: 18px;
  }
  .Investor .f3 .right .num .n i{
    font-size: 20px;
  }
  .Investor .f4{
    width: 100%;
    display: block;
    padding: 5vw;
  }
  .Investor .f4 .f4List{
    width: 100%;
    float: inherit;
  }
  .Investor .f4 .right{
    display: none;
  }
  .Investor .f4 .f4List .item .time{
    width: 18vw;
    text-align: center;
  }
  .Investor .f4 .f4List .item .time p:nth-child(1){
    font-size: 20px;
  }
  .Investor .f4 .f4List .item .time p:nth-child(2){
    font-size: 14px;
  }
  .Investor .f4 .f4List .item .textBox{
    width: 71vw;
    padding: 0 3vw;
  }
  .Investor .f4 .f4List .item .more{
    display: none;
  }
  .Investor .f4 .f4List .item .textBox .des{
    display: none;
  }
  .Investor .f4 .f4List .item .textBox .name{
    font-size: 16px;
    line-height: 2.5;
  }
  .join .f1{
    padding: 5vw;
    display: block;
  }
  .join .f1 .left{
    width: 100%;
  }
  .join .f1 .left .tit .en{
    font-size: 12px;
  }
  .join .f1 .left .tit .cn{
    font-size: 18px;
  }
  .join .f1 .left .itemBox::before{
    content: inherit;
  }
  .join .f1 .left .itemBox .active::before,.join .f1 .left .itemBox .item::before{
    content: inherit;
  }
  .join .f1 .left .itemBox{
    padding-left: 0;
  }
  .join .f1 .left .itemBox .item .name{
    font-size: 16px;
  }
  .join .f1 .left .itemBox .item .des{
    font-size: 14px;
  }
  .join .f1 .right{
    width: 100%;
    margin-left: 0;
    margin-top: 5vw;
  }
  .join .f2{
    height: auto;
    padding-bottom: 5vw;
  }
  .join .f2 .tit{
    position: relative;
    left: inherit;
    margin-top: 0;
    padding: 5vw;
    text-align: center;
  }
  .join .f2 .tit .cn{
    font-size: 18px;
  }
  .join .f2 .tit .en{
    font-size: 12px;
  }
  .join .f2 .f2Box{
    width: 90%;
    height: auto;
    position: relative;
    right: inherit;
    margin: 5vw auto;
    padding: 5vw;
  }
  .join .f2 .f2Box .itemBox{
    display: block;
  }
  .join .f2 .f2Box .itemBox .item:nth-child(1) .icon,.join .f2 .f2Box .itemBox .item:nth-child(6) .icon{
    width: 35px;
    height: auto;
  }
  .join .f2 .f2Box .itemBox .item{
    font-size: 16px;
    margin-bottom: 5vw;
  }
  .join .f2 .f2Box .itemBox .item .icon{
    width: 30px;
    height: auto;
  }
  .join .f2 .f2Box .textBox{
    display: none;
  }
  .join .f2 .f2Box .itemBox .item .des{
    font-size: 14px;
    margin-top: 3vw;
  }
  .join .f2 .f2Box .itemBox .active{
    border: transparent;
  }
  .join .f3{
    width: 90%;
    height: auto;
    padding: 5vw;
    border-radius: 5px;
  }
  .join .f3 .itemBox .item .tit{
    font-size: 16px;
    padding: 3vw;
  }
  .join .f3 .itemBox .item .desBox{
    padding: 0;
    font-size: 14px;
  }
  .join .f3 .itemBox .item .desBox .more{
    width: 100%;
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
  }
  .join .f3 .itemBox .active .desBox{
    padding: 3vw;
  }
  .join .f3 .tit .en{
    font-size: 12px;
  }
  .join .f3 .tit .cn{
    font-size: 18px;
  }
  .join .f3 .tit .des{
    width: 100%;
    font-size: 14px;
  }
  .join .f3 .more{
    width: 30vw;
    height: 9vw;
    display: block;
    margin: 3vw auto;
    border-radius: 0.5vw;
    font-size: 14px;
    font-weight: normal;
    line-height: 9vw;
  }
  .sp_header {

    height: 50px;

    overflow: hidden;

    background: #fff;

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0

  }

  .sp_logo {
    padding: 9px;
    float: left;
  }

  .sp_logo img {

    margin: auto;

    width: 200px;

    transition: .35s all ease-in-out;
  }

  .sp_nav {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 0 2vw;
  }

  .sp_nav span {

    display: block;

    background: #0a6aa1;

    width: 30px;

    height: 2px;

    position: absolute;

    left: 10px;

    transition: all ease .35s

  }

  .sp_nav span:nth-of-type(1) {

    top: 15px;

  }

  .sp_nav span:nth-of-type(2) {

    top: 25px

  }

  .sp_nav span:nth-of-type(3) {

    top: 35px

  }

  .sp_nav_se span:nth-of-type(1) {

    top: 25px;

    transform: rotate(45deg)

  }

  .sp_nav_se span:nth-of-type(2) {

    width: 0

  }

  .sp_nav_se span:nth-of-type(3) {

    top: 25px;

    transform: rotate(-45deg)

  }
  .nav_sp_logo{
    width: 40px !important;
    position: fixed;
    z-index: 999;
  }
  .sp_flex{
    display: flex;
  }
  .sp_black{
    width: 50px;
    height: 100%;
    position: fixed;
    background: black;
    right: -100%;
    top: 0;
    transition: top ease .35s
  }
  .sjj_nav {
    position: fixed;
    z-index: 999;
    background: white;
    width: 85%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: 0;
    right: -100%;
    padding-top: 15vw;
    overflow: auto;
    overflow-x: hidden;
    transition: right ease .35s
  }
  .sp_flex .mengBan{
    width: 15%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    transition: right ease .35s
  }
  .nav_show2 {

    right: 85% !important;

  }
  .nav_show {

    right: 0;

  }
  .sp_bottom{
    width: 100%;
    margin: 8vw auto;
    display: inline-block;
    text-align: center;
  }
  .sp_bottom .sp_serach{
    width: 31vw;
    height: 12vw;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 5vw;
  }
  .sp_bottom .sp_serach i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sp_bottom .sp_lag{
    width: 31vw;
    height: 12vw;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    text-align: center;
  }
  .sp_bottom .sp_lag i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sjj_nav &gt; ul &gt; li:first-child {

    overflow: hidden;

    border-top: 0

  }

  .sjj_nav &gt; ul &gt; li:first-child &gt; a {

    /*float: left;*/

    /*width: calc(100% - 70px)*/

  }

  .sjj_nav &gt; ul &gt; li:first-child .language {

    float: right;

    width: 70px;

    overflow: hidden;

    line-height: 30px;

    margin-top: 5px

  }

  .sjj_nav &gt; ul &gt; li:first-child .language a {

    width: 35px;

    float: left;

    border-left: 1px #ddd solid;

    text-align: center;

    color: #999

  }

  .sjj_nav ul li i {

    position: absolute;

    top: 5px;

    right: 0;

    height: 30px;

    padding: 0 7px

  }

  .sjj_nav ul li i svg {

    transform: rotate(-90deg);

    transition: all ease .35s

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    transform: rotate(0)

  }

  .sjj_nav ul li {

    border-top: 1px #ddd solid;

    position: relative;

    line-height: 55px;

    font-size: 14px

  }
  .sjj_nav ul li.active{
    background: #f3f3f3;
  }
  .sjj_nav &gt; ul &gt; li:last-child {

    border-bottom: 1px #ddd solid

  }

  .sjj_nav ul li ul {
    background: #f3f3f3;
    display: none;
    border-top: 1px #ddd solid;
    padding: 10px 0;
  }

  .sjj_nav ul li a {

    color: rgba(0, 0, 0, .8);

    width: 80%;

    display: block;

    font-size: 16px;

    font-weight: 700;

    padding-left: 25px;

  }
  .sjj_nav ul li ul li{
    border: transparent;
    line-height: 30px;
  }
  .sjj_nav ul li ul li a {

    color: rgba(0, 0, 0, .5);

    display: block;

    text-align: left;

    font-size: 14px;
    padding-left: 45px;

  }

  .sjj_nav ul li i svg {

    width: 20px;

    height: 20px;

    fill: #063c7e;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #53b170;

  }

  .sjj_nav ul li ul li &gt; ul {

    margin-left: 10px

  }
  .sjj_nav .iconBox{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15vw;
  }
  .sjj_nav .iconBox .icon{
    width: 50px;
    margin: 0 3vw;
    display: inline-block;
  }
  .sp_flex .sjj_nav .close{
    width: 25px;
    position: absolute;
    right: 5vw;
    top: 5vw;
  }
  .sp_flex .sjj_nav .bgImg{
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }
  header{
    padding: 0;
    left: 0;
  }
  main{
    margin-top: 50px;
  }
}
</pre></body></html>